projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fecb36
)
mx5: Undeclare imx_decode_pll()
author
Benoît Thébaudeau
<
[email protected]
>
Tue, 14 Aug 2012 08:06:23 +0000
(08:06 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 1 Sep 2012 12:58:27 +0000
(14:58 +0200)
The imx_decode_pll() function does not exist for mx5, so remove its declaration.
Signed-off-by: Benoît Thébaudeau <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
arch/arm/include/asm/arch-mx5/clock.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-mx5/clock.h
b/arch/arm/include/asm/arch-mx5/clock.h
index 36ea03082fa3e0d1443f9eb62d0e1fa13c251999..8d8fa18fc5fe9d0642e218ca8a2ca2075be884fd 100644
(file)
--- a/
arch/arm/include/asm/arch-mx5/clock.h
+++ b/
arch/arm/include/asm/arch-mx5/clock.h
@@
-38,8
+38,6
@@
enum mxc_clock {
MXC_PERIPH_CLK,
};
-unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref);
-
u32 imx_get_uartclk(void);
u32 imx_get_fecclk(void);
unsigned int mxc_get_clock(enum mxc_clock clk);